home *** CD-ROM | disk | FTP | other *** search
- Path: news.production.compuserve.com!news
- From: Jack Boyle <70322.2171@CompuServe.COM>
- Newsgroups: comp.lang.c++,comp.os.ms-windows.programmer.misc
- Subject: MS VC++ Property Sheet Problem
- Date: 2 Feb 1996 19:10:13 GMT
- Organization: CompuServe, Inc. (1-800-689-0736)
- Message-ID: <4etnil$65r$1@mhadg.production.compuserve.com>
-
- Hi,
-
- I've got a problem with tab order among controls in a property
- sheet. I'm running Windows 3.11 and VC++ 1.52c. It seems that
- using a multiline edit control as the last control in a property
- page causes problems in the tab order
-
- I created the property sheet control in my form view and I added
- three pages. One of the pages has multiline edit control as the
- last element in the tab order. When I <tab> through controls I
- cannot <tab> to the tab control for that property page; the <tab>
- key always moves through the controls inside that particular
- property page, and never leaves it.
-
- If the multiline edit control is NOT the last element in the tab
- order, everything works as I'd expect.
-
- Has anyone else seen this behavior?
-
- Thanks,
- Jack Boyle
-